This chapter lists code examples about handling strings, including Generate a fixed-length string, Search for and replacstring
Syntax: fill(
Syntax: rands([from
Syntax: (
Syntax: right(
Syntax: string( [format
Syntax: (
In esProc, strings are not merely a data type; they can be used as macros or string constants to construct expressions, string, eval
Description: Convert a string or a numeric value to a big decimal number. Syntax: decimal(stringExp) decimal(numberExp) string,numeric value,big decimal number
Description: Convert all characters of a string to lower case. Syntax: lower(s) Note: The function converts all charactestring, convert to lower case